This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: detaching an uploaded file on server with JAVA... ~Nicole Fezwesonnivu 29.Dec.03 08:25 PM a Web browser Domino Web Access All ReleasesAll Platforms
1) Document must be saved before you can find attachmnets.
2) Attachments saved from Web browser are not in richtext field, they are directly in document. Use EmbeddedObject obj=doc.getAttachment("file.zip") to set handle to attachment.
3) On client if you do not specify path, files get saved to c:\notes6client\ folder, on server they most probably get saved to c:\domino6server\Domino\ folder, I could not test this today.